Rmisc/[tmp]convert.chisq.to.p.R

#' @export
convert.chisq.to.p <- function(chisq, df, lower.tail=FALSE) {
  return(2*stats::pchisq(chisq, df, lower.tail=lower.tail));
}
wviechtb/escalc documentation built on Jan. 9, 2020, 4:14 p.m.